home *** CD-ROM | disk | FTP | other *** search
/ World Tours: Brazil / WorldTours: Brazil.iso / mac / content / main.dir / 00098_Script_setFlvFile < prev    next >
Text File  |  2007-04-22  |  293b  |  17 lines

  1. global flvFile
  2. property pSelf
  3.  
  4. on beginsprite
  5.   pSelf=sprite(the currentspriteNum)
  6.   --setFlvFile()
  7. end
  8.  
  9. on setFlvFile
  10. --  pSelf.setVariable("_root.txt.text", flvFile)
  11. --  mp=pSelf.getVariable("_root.mp", 0)
  12. --  mp.setMedia(flvFile,"FLV")
  13. --  
  14.   pSelf.setVideo(flvFile)
  15.   
  16. end
  17.